library
Toggle table of contents
androidJvm
Platform filter
androidJvm
Switch theme
Search in API
library
library
/
io.github.wax911.library.model.attribute
/
[androidJvm]GraphError
/
Location
Location
androidJvm
data
class
Location
(
val
line
:
Int
,
val
column
:
Int
)
Location describing which part of GraphQL document caused an exception.
Members
Constructors
Location
Link copied to clipboard
androidJvm
constructor
(
line
:
Int
,
column
:
Int
)
Properties
column
Link copied to clipboard
androidJvm
val
column
:
Int
line
Link copied to clipboard
androidJvm
val
line
:
Int